GET MAXIMUM VERTEX SHADER CONSTANTS

This command will return the maximum number of vertex shader constants allowed by the current 3D device.

  Syntax
Return Integer=GET MAXIMUM VERTEX SHADER CONSTANTS()
  Returns

The return value is an integer value.

  Example Code
set display mode 800,600,32
cls
a=GET MAXIMUM VERTEX SHADER CONSTANTS()
print "MAXIMUM VERTEX SHADER CONSTANTS ",a
do
loop
end
  See also

BASIC3D Commands Menu
Index